home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PLinkFrames.cpp ---------------------------------------------------
- * Copyright (c) 1996 Adobe Systems Incorporated. All rights reserved.
- * Created on Tue, Oct 15, 1996 @ 4:17 PM.
- *
- * Description: For notes about this class, refer to the
- * PCL documentation file PLinkFrames.html
- *-------------------------------------------------------------------------
- */
-
- #include "PLinkFrames.h"
- #include "PRequestBuf.h"
- #include "PCommand.h"
-
- PLinkFrames::PLinkFrames(PRequestBuf& request)
- {
- PCommand command(pm_linkframes, request);
- }
-
- // end of PLinkFrames.cpp
-